Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.elasticsearch.defaultConfig--elasticSearchIndex

This contribution is part of XML component org.nuxeo.elasticsearch.defaultConfig inside nuxeo-runtime-9.10.jar /Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/nxserver/config/elasticsearch-config.xml

Extension Point

Extension point elasticSearchIndex of component ElasticSearchComponent.

Contributed Items

  • <elasticSearchIndex name="nuxeo" repository="default" type="doc">
          <fetchFromSource>
            <include>ecm:*</include>
            <include>dc:*</include>
            <exclude>ecm:binarytext</exclude>
          </fetchFromSource>
          <settings file="elasticsearch-doc-settings.json"/>
          <mapping file="elasticsearch-doc-mapping.json"/>
        </elasticSearchIndex>

XML Source

<extension point="elasticSearchIndex" target="org.nuxeo.elasticsearch.ElasticSearchComponent">
    <elasticSearchIndex name="nuxeo" repository="default" type="doc">
      <fetchFromSource>
        <include>ecm:*</include>
        <include>dc:*</include>
        <exclude>ecm:binarytext</exclude>
      </fetchFromSource>
      <settings file="elasticsearch-doc-settings.json"/>
      <mapping file="elasticsearch-doc-mapping.json"/>
    </elasticSearchIndex>
  </extension>